var runtime.startingStackSize
7 uses
runtime (current package)
metrics.go#L327: out.scalar = uint64(startingStackSize)
proc.go#L5206: if stksize != uintptr(startingStackSize) {
proc.go#L5268: if gp.stack.lo != 0 && gp.stack.hi-gp.stack.lo != uintptr(startingStackSize) {
proc.go#L5282: gp.stack = stackalloc(startingStackSize)
stack.go#L1316: var startingStackSize uint32 = fixedStack
stack.go#L1342: startingStackSize = fixedStack
stack.go#L1355: startingStackSize = uint32(round2(int32(avg)))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)